diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/evaluation/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/evaluation/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/evaluation/page.tsx b/app/[lng]/evcp/(evcp)/evaluation/page.tsx index d2b8c67e..4c498104 100644 --- a/app/[lng]/evcp/(evcp)/evaluation/page.tsx +++ b/app/[lng]/evcp/(evcp)/evaluation/page.tsx @@ -136,7 +136,7 @@ export default async function PeriodicEvaluationsPage(props: PeriodicEvaluations <h2 className="text-2xl font-bold tracking-tight"> 협력업체 정기평가 </h2> - <InformationButton pageCode="evcp/evaluation" /> + <InformationButton pagePath="evcp/evaluation" /> </div> <Badge variant="outline" className="text-sm"> {currentEvaluationYear}년도 |
